Creating Tracks and Media Structures
The Movie Toolbox provides several functions that allow your application to create new movie tracks and media structures and to dispose of existing tracks and media structures. You use these functions when you are creating a new movie or when you are editing an existing movie.You can use the
NewMovieTrack
function to create a new track for a specified movie. Conversely, you can use theDisposeMovieTrack
function to dispose of an existing track.Your application can create a new media for a track by calling the
NewTrackMedia
function. You can use theDisposeTrackMedia
function to dispose of an existing media.
Subtopics
- NewMovieTrack
- DisposeMovieTrack
- NewTrackMedia
- DisposeTrackMedia